object Dlg_password: TDlg_password Left = 233 Top = 182 BorderStyle = bsDialog Caption = 'Password' ClientHeight = 139 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object P_Password: TPanel Left = 0 Top = 73 Width = 329 Height = 66 Align = alClient BevelOuter = bvNone TabOrder = 0 object L_address: TLabel Left = 56 Top = 8 Width = 3 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object L_sPassword: TLabel Left = 56 Top = 24 Width = 106 Height = 13 Caption = '&Please input password' FocusControl = E_password end object ImgKey: TImage Left = 8 Top = 16 Width = 41 Height = 41 end object L_saPassword: TLabel Left = 56 Top = 24 Width = 231 Height = 13 Caption = '&Please input password for ESMTP authentication' FocusControl = E_password Visible = False end object BtnOK: TButton Left = 56 Top = 96 Width = 81 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object BtnCancel: TButton Left = 168 Top = 96 Width = 81 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object E_password: TEdit Left = 56 Top = 56 Width = 113 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False PasswordChar = '*' TabOrder = 2 OnChange = E_passwordChange end object CB_pwd: TCheckBox Left = 8 Top = 60 Width = 25 Height = 17 Caption = '&Remember password' Checked = True State = cbChecked TabOrder = 3 Visible = False end end object P_Account: TPanel Left = 0 Top = 0 Width = 329 Height = 73 Align = alTop BevelOuter = bvNone TabOrder = 1 Visible = False object Label1: TLabel Left = 56 Top = 16 Width = 134 Height = 13 Caption = 'Please select your &account :' end object cmbAccounts: TComboBox Left = 56 Top = 40 Width = 113 Height = 24 Style = csOwnerDrawFixed ItemHeight = 18 TabOrder = 0 OnDrawItem = cmbAccountsDrawItem OnMeasureItem = cmbAccountsMeasureItem end end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 240 Top = 96 end object Timer1: TTimer OnTimer = Timer1Timer Left = 216 Top = 16 end end